home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1993 / MacHack 1993.toast / MacHack™ 1987-1992 / MacHack™ '90 / Other Stuff / Demos ƒ / Demo AppMaker / Demo AppMaker™ / Demo AppMaker™.rsrc / TmpP_3_---BuildOrder < prev    next >
Encoding:
Text File  |  1990-03-23  |  686 b   |  24 lines

  1. { Drag the AppMaker-generated files into the following build order: }
  2.  
  3. {    Globals.p            }
  4. {    ResourceDefs.p        }
  5. {    Cursors.p        -- AppMaker library routine    }
  6. {    DoScrap.p        -- AppMaker library routine    }
  7. {    Miscellany.p    -- AppMaker library routine    }
  8. {    Scrolling.p        -- AppMaker library routine    }
  9. {    WindowAids.p    -- AppMaker library routine    }
  10. {    DialogAids.p    -- AppMaker library routine    }
  11. %for each dialog gen buildOrder%
  12. %for each window gen buildOrder%
  13. {    Dispatcher.p        }
  14. %for each menu gen buildOrder%
  15. {    MainMenu.p            }
  16. {    Windowing.p        -- AppMaker library routine    }
  17. {    EventLoop.p        -- AppMaker library routine    }
  18. {    Startup.p        -- AppMaker library routine    }
  19.  
  20. Unit BuildOrder;
  21. Interface
  22. Implementation
  23. End.
  24.